tools/python: Remove some legacy scripts
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 17 Jun 2014 17:26:18 +0000 (18:26 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 18 Jun 2014 14:03:54 +0000 (15:03 +0100)
commit1747fc59d66157dff33476fe252c08fbba1d7cfa
tree1ef5f04921b28ed751843bc96e30bd793bcd275c
parent6b70cb9ff8a17ab2e965cbf139ccac9e027a2985
tools/python: Remove some legacy scripts

Nothing in scripts/ is referenced by the current Xen build system.  It is a
legacy version of the XenAPI bindings, other parts of which have already been
removed from the tree.

Additionally, prevent the install target from creating an $(SBINDIR) directory
but putting nothing in it.  This appears to be something missed when removing
Xend.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
13 files changed:
tools/python/Makefile
tools/python/README.XendConfig [deleted file]
tools/python/README.sxpcfg [deleted file]
tools/python/scripts/README [deleted file]
tools/python/scripts/README.lifecycle [deleted file]
tools/python/scripts/test_hvm_create.py [deleted file]
tools/python/scripts/test_vm_create.py [deleted file]
tools/python/scripts/xapi.domcfg.py [deleted file]
tools/python/scripts/xapi.py [deleted file]
tools/python/scripts/xapi.vbdcfg.py [deleted file]
tools/python/scripts/xapi.vdicfg.py [deleted file]
tools/python/scripts/xapi.vifcfg.py [deleted file]
tools/python/scripts/xapi.vtpmcfg.py [deleted file]